Restore overwritten waMonad Aave registry entries (USDT0, WETH, USDC, AUSD, mUSD)#777
Merged
Merged
Conversation
… AUSD, mUSD) The six auto-generated reviews for wrapped Aave assets on Monad (issues #748-#753 / PRs #754-#759) each edited the SAME registry slot instead of appending a new one, so every PR overwrote the previous asset. After the batch merged, only the last one (GHO, #759) survived in both registry files; USDT0, WETH, USDC, AUSD and mUSD were silently dropped. This restores the five missing entries in erc4626/registry.json and rate-providers/registry.json using the exact data from each source PR. GHO and all other entries are left untouched; the change is purely additive (190 insertions, 0 deletions). All referenced review .md files already exist in the repo. Co-Authored-By: Claude Opus 4.8 <[email protected]>
mendesfabio
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The six auto-generated reviews for wrapped Aave assets on Monad (issues #748–#753 / PRs #754–#759) each edited the same registry slot instead of appending a new key. Because the PRs were branched and merged in sequence, every PR overwrote the previous asset:
After the batch merged, only the last entry (GHO, #759) survived in both
erc4626/registry.jsonandrate-providers/registry.json. USDT0, WETH, USDC, AUSD and mUSD were silently dropped from the registry. (This is the same class of issue that motivated the earlierfix-registry/fix-registry2passes.)Fix
Restores the five missing entries in both registry files, using the exact data from each source PR (addresses, assets, review paths, upgradeableComponents).
.mdfiles already exist in the repo.assetresolves to its wrapped ERC4626 key.Closes the registry gap for issues #748, #749, #750, #751, #752.